@font-face {
  font-family: greatVibes;
  src: url(../fonts/GreatVibes.ttf);
}

/* Custom Fonts */
.custom-font{
  font-family: greatVibes;
}

@media screen and (max-width: 600px) {
 .mobileViewOnly{
  display: block
 }
  
}

@media screen and (min-width: 605px) {

  .mobileViewOnly{
    display: none
   }
}



/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

/* Suggestion box */
div.autocomplete-suggestions {
    overflow-y: hidden;
}
.autocomplete-suggestions {
    overflow-y: hidden;
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    width: auto !important;
}
.autocomplete-suggestion {
    overflow-y: hidden;
    padding: 10px 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    overflow-y: hidden;
    font-weight: normal;
    color: #01b7f2;;
}

.design{
    background: #01b7f2;
    border-radius: 10px;

}
.rb1{
 margin: 0;
}
.rb2{
  margin-left: 12px;  
  line-height: 4.2;
}






body .ba-main {
  scroll-behavior: smooth;
width: 100%;
  background: #e5e5e5;
overflow-x: hidden;  /* color: rgb(190, 190, 190); */
}

/* .card {
  box-shadow: 2px 2px 5px rgb(0, 0, 0);
  background: #fff;

} */


/* slide caresol 2 2 */

.secondslide{
  width: 100%;
  height: 250px;
  
}
#banner2{
    margin-top: 160px;

}

/* Colors */
.color-red{
color: red;
}

.color-blue{
    color:#003876;
}
.color-green{
    color:green;
}

.color-purple{
    color:purple;
}



/* Hide Arrow from input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* price Card Css */


.card-body {
  background: #fff;
}
.card{
    width: 250px;
    max-width: 250px;
}
@media only screen and (max-width: 600px) and (min-width: 360px)  {
.card{
    margin: auto;
    width: 100%;
    max-width: 100%;
}




}


.card-footer {


}

.card-head {
  border: 0px;
  height: auto;
}

.card-head img {
text-align: center;
width: 200px;

}
.custom-btn{
    border-radius: 400px;

}
.desc{
    font-size: 12px;
    color: #827979;
}

.text-blink {
  animation: blink 0.6s infinite alternate;
}

@keyframes blink {
  0% { opacity: 0; }
  100% { opacity:1; }
}


/* Banner Code */
.banner1{
  position: relative;
}

/* Bootstrap Send Message */

/*------------- Bottom send message form ---------------*/


.nb-form {
      

  position: fixed;
  z-index: 9999;
  width: 300px;
  background: #fff;
  right: 20px;
  bottom: -367px;
  transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.nb-form:hover {
  bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
  position: absolute;
  top: -49px;
  right: 12px;
  display: block;
  width: 58px;
  margin: 20px auto 15px;
  border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
  background: #03a9f4;
  font-size: 16px !important;
  padding: 20px 18px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form p.message {
  margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.nb-form input[type="submit"] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #fff !important;
  border: none;
}

.nb-form input[type="submit"]:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02),
    0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.nb-form textarea {
  min-height: 110px;
}

.nb-form ::-webkit-input-placeholder {
  color: #ccb0b0;
}

.nb-form ::-moz-placeholder {
  color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
  color: #ccb0b0;
}

.nb-form :-moz-placeholder {
  color: #ccb0b0;
}

.nb-form input[type="submit"] {
  background: #03a9f4;
}

#banner div{
 border-radius:30px ;
}

@media screen and (max-width: 676px) {

 

  .nb-form:hover .user-icon {
    display: none;
  }

  .nb-form .message {
    display: none;
  }

  .nb-form form {
    padding-top: 15px;
  }
  .nb-form {
    right: 50%;
    bottom: -320px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Bootstrap Send Message End */
/* Bootstrap Inquiry Form  */


.form-group .form-control:not(:invalid) + .animated-label,
.form-group .form-control:focus + .animated-label {
   top: 0px;
	 font-size: 12px;
}
.form-group {
	 position: relative;
	 padding-top: 16px;
	 margin-bottom: 16px;
}

 .form-group .animated-label {
	 position: absolute;
	 top: 20px;
	 left: 0;
	 bottom: 0;
	 z-index: 2;
	 width: 100%;
	 font-weight: 300;
	 opacity: 0.5;
	 cursor: text;
	 transition: 0.2s ease all;
	 margin: 0;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 user-select: none;
}
 .form-group .animated-label:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 45%;
	 height: 2px;
	 width: 10px;
	 visibility: hidden;
	 background-color: red;
	 transition: 0.2s ease all;
}
 .form-group.not-empty .animated-label {
	 top: 0;
	 font-size: 12px;
}
 .form-group .form-control {
	 position: relative;
	 z-index: 1;
	 border-radius: 0;
	 border-width: 0 0 1px;
	 border-bottom-color: rgba(0, 0, 0, 0.25);
	 height: auto;
	 padding: 3px 0 5px;
}
 .form-group .form-control:focus {
	 box-shadow: none;
	 border-bottom-color: rgba(0, 0, 0, 0.12);
}
 .form-group .form-control:focus ~ .animated-label {
	 top: 0;
	 opacity: 1;
	 color: black;
	 font-size: 12px;
}
 .form-group .form-control:focus ~ .animated-label:after {
	 visibility: visible;
	 width: 100%;
	 left: 0;
}
 

/* Search Bar CSS */

.searchbar{
position: absolute; top: 70%;right: 10%; left: 10%;
}


/* Footer */
footer a {
  color: #fff;
}
footer a:hover {
  color: #fec503;
  text-decoration: none;
}
::selection {
  background: #fec503;
  text-shadow: none;
}
footer {
  padding: 2rem 0;
    background-color: rgb(10, 64, 137);

}
.footer-column:not(:first-child) {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer-column:not(:first-child) {
    padding-top: 0rem;
  }
}
.footer-column {
  text-align: center;
}
.footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
}
.footer-column .nav-item span.nav-link {
  /* color: #6c757d; */
}
.footer-column .nav-item span.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.footer-column .nav-item .fas {
  margin-right: 0.5rem;
}
.footer-column ul {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-column ul {
    text-align: left;
  }
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fec503;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #1a1d20;
}
footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copyright {
  color: white;
}
.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}
.vl {
  border-left: 3px solid red;
  z-index: 99999;
  height: 60px;
  
}

/* Contact us Page */
.contact-background{
  background-color: red;
  color:white
}
.contact-background .header .navbar{
  background-color: red;
  color:white
}
/* header color change on contact page */
.contactus #navbarSupportedContent ul li a{
  color:white
}
.img-rotate{
  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
.padding-0{
    padding-right:0;
    padding-left:0;
}

/* Search bar */


.outer-onion{
    background: white;

    border: 1px solid white;
    padding: 15px;
    border-radius: 70px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* width: 1200px ; */
}
/* .inner-onion{
    width: 100%;
} */
.min-onion-l{
    border: 2px solid #e9e9e9;
    padding: 13px 15px 13px 30px;
    width: 100%;
    border-radius: 50px;
    position: relative;
}
.min-cent-onion{
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    bottom: 24px;
    background: #FFF;
    z-index: 1;
}
.min-onion-r{
    border: 2px solid #e9e9e9;
    padding: 13px 15px 13px 25px;
    border-radius: 50px;
    width: 100%;
}
.min-onion-l p, h2{
    margin: 0;
}
.min-onion-r p, h2{
    margin: 0;
}
.min-line{
    font-size: 11px;
}
.cookie-t{
    border: 1px solid #e9e9e9;
    padding: 6px 15px 6px 25px;
    border-radius: 50px;
    width: 100%;
    margin: 0;
}
  
.textboxstyle{
    border: none;
    outline: none;
    width: 100%;
    
}
.side-line{
    border-right: 1px solid #e9e9e9;
}
.selectcredit{
    width: 100%;
    border: 1px solid #e9e9e9;
    outline: none;
    padding: 1px;
    border-radius: 10px;
    background-color: white;
}
.persent-one label{
    font-size: 11px;
} 
.button-red{
    border-radius: 30px;
}
.form-control-custom {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    width: 100%;
     
    font-size: 14px;
    border-radius: 50px;
}
.form-control-custom2{
   height: 40px;
    padding: 0 15px;
    width: 100%;
     outline: none;
     border: none;
    font-size: 20px;
}

.form-control-custom2:focus{
   height: 40px;
    padding: 0 15px;
    width: 100%;
     outline: none;
     border: none;
}
.pl-control{
    padding-left: 0;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px ) {
    .min-cent-onion {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    bottom: -26px;
    background: #FFF;
    z-index: 1;
}
.plcontrol{
    padding-left: auto !important;
    padding-top: 15px !important;
}
.side-line {
    border-right: 0px solid #e9e9e9;
}
.min-onion-l {
    border: 2px solid #e9e9e9;
    padding: 13px 15px 13px 30px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-bottom: 15px;
}
.pl-cont{
    padding: 15px;
}
}

 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .banner1-container{
    width: 100%;
     margin: auto;

  }

   .searchbar{
position: absolute; top: 100%;right: 5%; left: 5%;

}
.outer-onion{
  border-radius: 1px;

}
#banner div{
  border: none;
  border-radius: 1px;
  width: 100%;
}
.banner1{
  position: relative;
  

}
#banner2{
  margin-top: 780px;
}
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .banner1-container{
    width: 100%;
        margin: auto;

  }
  .searchbar{
position: absolute; top: 100%;right: 5%; left: 5%;

}
.outer-onion{

}
#banner div{
  border: none;
  border-radius: 1px;
  width: 100%;
}
.banner1{
  position: relative;
  

}
#banner2{
  margin-top: 780px;
}

 }




















 

/*onclick stye*/


/* Modal Content */
/* The Modal (background) */
.modal2 {
    color: white;
    background: #000;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




 

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .banner1-container{
    width: 90%;
        margin: auto;

  }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .banner1-container{
    width: 90%;
        margin: auto;

  }
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .banner1-container{
    width: 90%;
        margin: auto;

  }
 }


@media (min-width: 576px) { 
  
 
 }

/* WhatsApp Floating Icons */



  .floating_whatsapp img{
        
        width: 50px;
        position: fixed;
        left: 5%;
        z-index: 2000;
        top: 90%;
        /* display: none; */
        
      }

  ul.custom{
    list-style: none;
    padding: 0;
    
}
.text-custom-blue {
    color: #01b7f2;
}